This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Then did som some:
cd /usr/lib32
ln -s /usr/lib/i386-linux-gnu/libXmu.so.6 libXmu.so.6
ln -s /usr/lib/i386-linux-gnu/libstdc++.so.5 libstdc++.so.5
ln -s /usr/lib/i386-linux-gnu/libstdc++.so.6 libstdc++.so.6
ln -s /usr/lib/i386-linux-gnu/libXp.so.6 libXp.so.6
Then updated setuplinux.bin:
Replcated some "/usr/lib" with "/usr/lib32" (only on one row)
Still the installer ends with this error all the time:
Bundled JRE is not binary compatible with host OS/Arch or it is corrupt. Testing bundled JRE failed.
I have tried to use the installer for Sametime 9 Limited and the Sametime 9 ordinary installer. Both fail at same position.
Any ideas?
[Update]
Installed default java
Then
java -jar setup.jar -console
(instead of setuplinux.bin)
[Update 2]
I thought that I nailed it but the installer aborted after 10% saying that No JVM found. So back to basics.
The default JVM failes. So using the from Domino is a better idea:
PATH=/opt/ibm/domino/notes/latest/linux/jvm/bin:$PATH JAVA_HOME=/opt/ibm/dominootes/latest/linux/jvm java -jar setup.jar -console
[Update 3]
Instead of running the Sametime 9 installer.
Running the installer for the patch AAZI-9RGLXV_LINUX.zip (which has a better setuplinux.bin).
This command will start the installer correctly:
STSkipOSCheck=true JAVA_COMPILER=NONE PATH=/opt/ibm/domino/notes/latest/linux/jvm:$PATH JAVA_HOME=/opt/ibm/domino/notes/latest/linux/jvm CLASSPATH=/opt/ibm/domino/notes/latest/linux/jvm LD_LIBRARY_PATH=/usr/lib/i386-linux-gnu/ ./setuplinux.bin -console